NodeDatabaseOrBuilder

interface NodeDatabaseOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getNodes(index: Int): DeviceOnly.NodeInfoLite

New lite version of NodeDB to decrease memory footprint
repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }
Link copied to clipboard
abstract fun getNodesCount(): Int

New lite version of NodeDB to decrease memory footprint
repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }
Link copied to clipboard

New lite version of NodeDB to decrease memory footprint
repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }
Link copied to clipboard

New lite version of NodeDB to decrease memory footprint
repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }
Link copied to clipboard

New lite version of NodeDB to decrease memory footprint
repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }
Link copied to clipboard
abstract fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 1;